home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.List < prev    next >
Encoding:
Text File  |  1990-04-05  |  978 b   |  42 lines  |  [TEXT/MPS ]

  1. ; File:  E16.List
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. cString EQU $0001  ; null terminated string type
  9. LIST_STRG EQU $0001  ; null terminated string type
  10. selectOnlyOne EQU $0002  ; only one selection allowed
  11. LIST_SELECT EQU $0002  ; single selection only
  12. memDisabled EQU $40  ; Sets member flag to disabled
  13. memSelected EQU $80  ; Sets member flag to selected
  14. ; offset constants for LColorTable
  15. olistFrameClr EQU 0
  16. olistNorTextClr EQU 2
  17. olistSelTextClr EQU 4
  18. olistNorBackClr EQU 6
  19. olistSelBackClr EQU 8
  20. ; offset constants for MemRec
  21. omemPtr EQU 0
  22. omemFlag EQU 4
  23. ; Front of ListCtlRec matches CtlRec
  24. octlMemDraw EQU 40
  25. octlMemHeight EQU 44
  26. octlMemSize EQU 46
  27. octlList EQU 48
  28. octlListBar EQU 52
  29. ; offset constants for ListRec
  30. olistRect EQU 0
  31. olistSize EQU 8
  32. olistView EQU 10
  33. olistType EQU 12
  34. olistStart EQU 14
  35. olistCtl EQU 16
  36. olistDraw EQU 20
  37. olistMemHeight EQU 24
  38. olistMemSize EQU 26
  39. olistPointer EQU 28
  40. olistRefCon EQU 32
  41. olistScrollClr EQU 36
  42.